home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 27 / 5 / DISK2758.ZIP / MARNAV.DOC < prev    next >
Text File  |  1990-10-22  |  39KB  |  925 lines

  1.                                     MARNAV
  2.         
  3.                                C & E ASSOCIATES
  4.                                119 PLACID DRIVE
  5.                                FORT MYERS, FLA.
  6.                                     33919
  7.         
  8.                            MARNAV 1.0 DOCUMENTATION
  9.         
  10.                                   SECTION I
  11.         
  12.                                  INTRODUCTION
  13.         
  14.              There is an increasing need for software which will convert
  15.         Latitude/Longitude  data  to  LORAN-C  delay   coordinates   and
  16.         vice-versa  for  the  purpose of adding LORAN-C data to the many
  17.         charts and maps, both land and marine which are published  with-
  18.         out  this  information.  In  addition  to  the  LORAN-Geographic
  19.         conversion, MARNAV also provides  a  means  of  calculating  all
  20.         delays  for a given geographic location thus allowing a shift to
  21.         another slave in the event of technical difficulty or as a means
  22.         of double checking a position.
  23.         
  24.              All  LORAN-C  Chains  for which data is currently available
  25.         have been included in MARNAV. The chain data used  is  based  on
  26.         information  from  the  UNITED STATES COAST GUARD, Department of
  27.         Transportation as published in COMDTINST-M16562.3 (Old CG-462).
  28.         
  29.              The following constants were used for all algorithms in the
  30.         MARNAV Program. Signal propagation velocity used is the velocity
  31.         of light in free space 299,792,458 meters/sec.., sea water  con-
  32.         ductivity  5.0  mhos/meter,  0.01745329251993889 radians/degree.
  33.         All calculations and data in double precision. Calculations nec-
  34.         essarily assume an all water path.
  35.         
  36.              In  addition to LORAN-C Geographic conversions, MARNAV also
  37.         provides the ability to navigation  from  one  pair  of  LORAN-C
  38.         delays  to  another  pair  within  the  same  chain.  In  cruise
  39.         planning, waypoint data is generally listed during the  planning
  40.         stage  and  since  these data are already available it is conve-
  41.         nient  to  use  them  for  calculating  heading   and   distance
  42.         information. In addition it is  also possible to calculate head-
  43.         ing and distance information from Latitude/Longitude data over a
  44.         rhumb  line  course.  These  programs  do  not parallel programs
  45.         available within typical LORAN-C  units  available  today  since
  46.         those  computer  navigation  features  calculate  from  measured
  47.         delays at present position.
  48.         
  49.              Since the Navigation solutions are available it only seemed
  50.         logical  to include a Time/Speed/Distance function. The simplest
  51.         data entry scheme appeared to be the query for each entry with a
  52.         calculated result for the one not entered.
  53.         
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.         MARNAV                   Documentation                   Page- 2
  68.  
  69.  
  70.         MARNAV has a data base of thirteen files, one for  each  of  the
  71.         thirteen chains world wide. The Shareware version is distributed
  72.         with only one of these, the Great Lakes Chain (GRI  8970)  which
  73.         will  let  you  try all of the programs features. In addition to
  74.         these data files, one file is maintained to indicate the  Active
  75.         Chain  (The chain you are currently using). When you first bring
  76.         up MARNAV, it will read this active chain file and then the data
  77.         for  the  indicated  chain. It is necessary that the program and
  78.         all of the data files be kept in the same  directory  since  the
  79.         program  looks for its data files in whatever directory you were
  80.         in when you first brought up the program!
  81.         
  82.         The first screen gives the title and copyright data as well as a
  83.         message  indicating what Active GRI data has been loaded. At the
  84.         bottom of the screen is the main  menu.  You  will  be  able  to
  85.         return  to  this  menu from virtually anywhere in the program by
  86.         pressing the <HOME> key. In some cases you may also use the  <M>
  87.         key  as  indicated  on the screen at that time. Each of the menu
  88.         selections will be discussed below. Use the arrow keys  to  move
  89.         around  the  menu selections. When the blinking cursor is at the
  90.         end of any menu selection, the <RETURN>  key  will  select  that
  91.         menu choice.
  92.         
  93.                                    Section II
  94.         
  95.                                 LORAN >> LAT/LON-
  96.         
  97.         As  the  menu  suggests,  when you make this choice, the program
  98.         will convert Loran delay data  to  Latitude/Longitude  position.
  99.         You  may  enter  delay data for any two secondaries. The program
  100.         will not only calculate and report your Latitude/Longitude posi-
  101.         tion  but will also calculate the remaining secondary delays for
  102.         that position. This may at times be very useful since  secondar-
  103.         ies do fail and it may be necessary to choose another.
  104.         
  105.         A  number  of  comments  are in order at this point. Since Loran
  106.         positioning depends on the intersection of two Hyperbolic  delay
  107.         lines,  there  are two valid intersections with the same delays.
  108.         These are usually far enough apart so they do  not  confuse  the
  109.         user but the computer does not know which one you are interested
  110.         in and so may well calculate the other position. To avoid  this,
  111.         it  is  necessary  to  provide  the computer with an approximate
  112.         latitude and longitude position. Generally anything within a few
  113.         hundred  miles  is  close enough. (2 to 3 degrees) Those are the
  114.         numbers appearing at the top right of this screen. They  may  be
  115.         changed by pressing <END> in the conversion routines or by using
  116.         the utilities and that will be discussed in a later section.
  117.         
  118.         Notice that the Latitude/Longitude  data  is  printed  in  three
  119.         formats: Degrees and decimal Degrees; Degrees, Minutes and deci-
  120.         mal Minutes; Degrees, Minutes, Seconds and decimal Seconds. This
  121.         is  done since different charts and maps have grids given in any
  122.         one of these three formats depending on the scale.
  123.         
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.         MARNAV                   Documentation                   Page- 3
  134.  
  135.  
  136.         In  normal  geographic  position  data, West Longitude and South
  137.         Latitude are negative values. In order  to  avoid  the  inconve-
  138.         nience of worrying about the sign of these numbers, the quadrant
  139.         data near the top center of the  screen  defines  the  quadrants
  140.         which  are defined with positive values. For example, the United
  141.         States is in the North latitude quadrant and the West  Longitude
  142.         quadrant. Consequently, these Lat/Lon numbers are given as posi-
  143.         tive values. The quadrants selected may also be changed  in  the
  144.         same way as are the approximate latitude and longitude by press-
  145.         ing the <END> key in the conversion routines.
  146.         
  147.         If the entered delays are unrealistically far from the  Approxi-
  148.         mate Lat/Lon entries you will get a message:
  149.         
  150.                  NO USEFUL SOLUTION-CHECK INPUT DATA". 
  151.                                                       Press any  key  to
  152.         return to the Main Menu.
  153.         
  154.         We  will  defer  discussion  of the "INCLUDED CORRECTION" column
  155.         until the Utilities are discussed in a later section.
  156.         
  157.                                    Section III
  158.         
  159.                                  LAT/LON >> LORAN
  160.         
  161.         This menu choice lets you convert Lat/Lon data to Loran  delays.
  162.         The  Quadrant data and the Approximate Lat/Lon have already been
  163.         discussed in the previous section. Also discussed in  that  sec-
  164.         tion  were  the three formats used for Lat/Lon data output. Data
  165.         may also be input in any of these three formats and the  compute
  166.         will calculate the remaining two forms. This is a useful feature
  167.         if you need to convert from one format  to  another  when  using
  168.         different scale charts.
  169.         
  170.         If you enter data as follows:
  171.                   42.62 it will be accepted as format 1
  172.         Format 2 may be entered in any of these ways:
  173.                   43/45.2 or 43:45.2 or 43,45.2 or 43 45.2
  174.         It  does not matter if you type a , or a / or a space or a colon
  175.         as the delimiter, on the screen each of these forms would appear
  176.         as 43/45.2.
  177.         
  178.         Format  3  allows  the  same  delimiters  and  the data might be
  179.         entered as follows:
  180.                  43/50/34.6 or 43:50:34.6 or 43,50,34.6 or 43 50 34.6
  181.         
  182.         As  before,  no  matter  how you enter it, on the screen it will
  183.         look like the first example 43/50/34.6.
  184.         
  185.         Once the Lat/Lon data is entered the Approximate Lat/Lon data is
  186.         temporarily  changed to conform and the calculation is completed
  187.         for all of the secondaries in the chain.
  188.         
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.         MARNAV                   Documentation                   Page- 4
  200.  
  201.  
  202.         CAUTION!  JUST BECAUSE THE COMPUTER TELLS YOU WHAT THE DELAY FOR
  203.         THAT POSITION WILL BE, IT MAY BE THAT YOU ARE SO FAR FROM A SEC-
  204.         ONDARY STATION THAT YOU MAY NOT BE ABLE TO RECEIVE IT!
  205.         
  206.         As  mentioned  in  the previous section, the INCLUDED CORRECTION
  207.         column will be discussed later.
  208.         
  209.                                    Section IV
  210.         
  211.                                 BEARING/DISTANCE
  212.         
  213.         The Bearing/Distance option  will  calculate  the  heading  from
  214.         point  A to point B, it will give the distance in Nautical miles
  215.         and the reciprocal heading. (The  heading  from  B  to  A).  The
  216.         points  may  be specified in either Lat/Lon or Loran delays. One
  217.         may defined in one way while the second is defined in the other.
  218.         If,  when the cursor is at the LOP1 (Delay 1 or Line of Position
  219.         1), you press the <ENTER>  key  the  program  assumes  you  will
  220.         specify  the position in Lat/Lon coordinates. The cursor is then
  221.         positioned on the ENTER LATITUDE line.
  222.         
  223.         If you enter either position in Loran delays the  Lat/Lon  posi-
  224.         tion  is  calculated;  If,  however,  you  enter the position in
  225.         Lat/Lon coordinates, the Loran delays will  not  be  calculated.
  226.         This section should require no further discussion.
  227.         
  228.                                    Section V
  229.         
  230.                               SPEED/TIME/DISTANCE
  231.         
  232.         Little  comment  is  required  for  this  choice.  The  computer
  233.         calculates the relationship between these three variables. Enter
  234.         any  two  and  it will calculate the third. Simply press <ENTER>
  235.         for the one you want the solution for. If  the  distance  is  in
  236.         Nautical  miles, the speed given will be knots, or conversely if
  237.         speed is entered in knots, calculated distance will be in nauti-
  238.         cal  miles.  IF speed is miles per hour distance will be statute
  239.         miles.
  240.         
  241.         If time is being calculated, the result is given in  both  Hours
  242.         and decimal hours as well as hours and minutes. If time is being
  243.         entered the same formats as discussed in Section III for degrees
  244.         and  minutes, etc. hold for time, which may be entered in hours,
  245.         minutes and seconds using the same delimiters of "/"  ","    ":"
  246.         or space.
  247.         
  248.                                    Section VI
  249.         
  250.                                    GRI UTILITIES
  251.         
  252.         The GRI Utilities allow you to enter data for a new Loran Chain,
  253.         let you edit all of the data for Loran Chains you  already  have
  254.         in  files,  provide  an additional way to change the Initial GRI
  255.         (The GRI which comes up when you load the program), let you  add
  256.         correction  factors  for  each secondary and will print the data
  257.         file for any Loran Chain.
  258.         
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.         MARNAV                   Documentation                   Page- 5
  266.  
  267.  
  268.         When  you  select the EDIT option you have the choice of editing
  269.         the data currently in memory, reading a new GRI file for edit or
  270.         starting  over  to  enter a new Loran Chain. Editing is straight
  271.         forward. You can move around the data  screen  using  the  arrow
  272.         keys. If you press the <ENTER> key the program accepts the entry
  273.         as it appears on the screen. To edit a data  entry,  the  entire
  274.         entry  must  be  retyped.  When you have finished correcting the
  275.         data field, press <END> to return to the menu bar.  If  you  are
  276.         satisfied  with the field as it exists, move the cursor to WRITE
  277.         FILE-, press <ENTER> and the data will be written to disk.
  278.         
  279.         If you selected the CHANGE GRI- option from the  EDIT  menu  the
  280.         new  data will replace the data you have been using. You can now
  281.         exit Edit and work in the new GRI or, you may want to edit  that
  282.         data  and  write  it  to the files. If, at that time you want to
  283.         change back to the GRI you had previously, you will have to  use
  284.         the CHANGE GRI- option again and call for the desired Chain.
  285.         
  286.         If  you  are  entering  data for a new Loran Chain, latitude and
  287.         longitude data must be entered in the degree and decimal  degree
  288.         mode only. Double check all of your entries carefully because an
  289.         error here produces erroneous output. When all the data has been
  290.         entered, write the data to disk using the WRITE FILE- option.
  291.         
  292.         When you want to change the Initial GRI, select that option from
  293.         the Utilities menu bar. The cursor will move to the  upper  left
  294.         portion  of  the screen. You then enter the new GRI designation,
  295.         along with the Latitude and  Longitude  quadrants  you  will  be
  296.         working  in.  (See Section II). When you press <ENTER> after the
  297.         longitude quadrant selection, the new GRI  file  will  be  read.
  298.         After that whenever you start the program, the data for the Ini-
  299.         tial GRI will be loaded automatically.
  300.         
  301.                                    SECTION VII
  302.         
  303.                                 CORRECTION FACTOR
  304.         
  305.         Loran calculations and their accuracy depend on the  propagation
  306.         velocity  of radio waves. Unfortunately the propagation velocity
  307.         is not the same over all types of terrain so the delay time to a
  308.         given  point  may  be  slightly  different than it is to another
  309.         point whose distance from the secondary station is  exactly  the
  310.         same.  While the errors incurred are not large, they can lead to
  311.         position errors of one quarter to one third of a mile.
  312.         
  313.         If you get the exact geographic location of  some  fixed  object
  314.         such  as  a bridge, a building or a point of land you can calcu-
  315.         late the theoretical Loran delays for that  point.  If  you  now
  316.         measure  the actual delays to that point using a Loran, the dif-
  317.         ference between the calculated delays and  the  measured  delays
  318.         can be entered as correction factors.
  319.         
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.         MARNAV                   Documentation                   Page- 6
  332.  
  333.  
  334.         These correction factors will be approximately correct  for  all
  335.         Loran data in the general area where they were determined. These
  336.         correction factors will have a negative value because the propa-
  337.         gation   velocity   of  radio  waves  is  decreased  by  surface
  338.         anomalies. These correction factors may be entered for each sec-
  339.         ondary  using  the  editor in the GRI UTILITIES mode. It is this
  340.         propagation velocity problem that results in the Absolute  Posi-
  341.         tion  Error  in Lorans even though Repeatable Accuracy may be as
  342.         little as 50 feet. The correction factors help to  resolve  this
  343.         difficulty when precise positioning is important.
  344.         
  345.         Do  not  use  the chart position of markers or bouys from marine
  346.         charts since their geographic position  is  often  significantly
  347.         different  from  their  position on the chart. Land based points
  348.         whose position is determined by surveys are  more  suitable  for
  349.         calculating correction factors.
  350.         
  351.                                   Section VIII
  352.         
  353.                                HARD COPY-OFF or ON
  354.         
  355.         It  is  often convenient to have a hard copy of your conversions
  356.         or, more often, the calculations of heading and  distance.  This
  357.         is especially true when you are planning a boat cruise since you
  358.         can plan your entire trip in the comfort of your home or  office
  359.         and  have a printout of the results. The HARD COPY OFF/ON option
  360.         of the main menu toggles the printer on  and  off  whenever  the
  361.         cursor is positioned at this choice and you press <ENTER>. After
  362.         each of your conversions or calculations, the results are  auto-
  363.         matically printed.
  364.         
  365.         
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.         MARNAV                   Documentation                   Page- 7
  398.  
  399.  
  400.         
  401.         
  402.                            PROGRAM REGISTRATION
  403.         
  404.         
  405.         The  distribution of MARNAV.EXE by shareware vendors  and  other
  406.         distributors of user supported software  is  hereby  authorized.
  407.         MARNAV.EXE  is  copyrighted  software and is not placed  in  the
  408.         public domain but rather is entered in the Shareware  market  so
  409.         that potential users may insure that it meets their needs.
  410.         
  411.         The registration fee  for the program  is a only  $35.00.   Reg-
  412.         istered users will automatically receive  software  support  and
  413.         notice of any program enhancements. Any future new versions will
  414.         be made available to registered users for a nominal fee.
  415.         
  416.         PLEASE SHOW YOUR SUPPORT FOR THE SHAREWARE CONCEPT BY SUBMITTING
  417.         THE REGISTRATION FEE. WE ENCOURAGE YOU TO SHARE COPIES  OF  THIS
  418.         SOFTWARE  PLUS THE DOCUMENTATION FILE WITH OTHERS WHO MIGHT FIND
  419.         IT USEFUL.
  420.         
  421.         
  422.         ______________________________________________________________
  423.         
  424.         
  425.                                 Registration Form
  426.                                     MARNAV.EXE
  427.         
  428.         
  429.              Name ____________________________________________
  430.         
  431.         
  432.              Street __________________________________________
  433.         
  434.         
  435.              City/State ______________________________________
  436.         
  437.         
  438.             Please enclose the $35.00 registration fee and mail to:
  439.         
  440.                                 C & E Associates
  441.                                 119 Placid Drive
  442.                                  Fort Myers, FL
  443.                                       33919
  444.         
  445.                                         Thank you for you support,
  446.                                                 Ed Panner
  447.         
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.                                     MARNAV
  464.         
  465.                                C & E ASSOCIATES
  466.                                119 PLACID DRIVE
  467.                                FORT MYERS, FLA.
  468.                                     33919
  469.         
  470.                            MARNAV 1.0 DOCUMENTATION
  471.         
  472.                                   SECTION I
  473.         
  474.                                  INTRODUCTION
  475.         
  476.              There is an increasing need for software which will convert
  477.         Latitude/Longitude  data  to  LORAN-C  delay   coordinates   and
  478.         vice-versa  for  the  purpose of adding LORAN-C data to the many
  479.         charts and maps, both land and marine which are published  with-
  480.         out  this  information.  In  addition  to  the  LORAN-Geographic
  481.         conversion, MARNAV also provides  a  means  of  calculating  all
  482.         delays  for a given geographic location thus allowing a shift to
  483.         another slave in the event of technical difficulty or as a means
  484.         of double checking a position.
  485.         
  486.              All  LORAN-C  Chains  for which data is currently available
  487.         have been included in MARNAV. The chain data used  is  based  on
  488.         information  from  the  UNITED STATES COAST GUARD, Department of
  489.         Transportation as published in COMDTINST-M16562.3 (Old CG-462).
  490.         
  491.              The following constants were used for all algorithms in the
  492.         MARNAV Program. Signal propagation velocity used is the velocity
  493.         of light in free space 299,792,458 meters/sec.., sea water  con-
  494.         ductivity  5.0  mhos/meter,  0.01745329251993889 radians/degree.
  495.         All calculations and data in double precision. Calculations nec-
  496.         essarily assume an all water path.
  497.         
  498.              In  addition to LORAN-C Geographic conversions, MARNAV also
  499.         provides the ability to navigate from one pair of LORAN-C delays
  500.         to  another  pair  within  the  same  chain. In cruise planning,
  501.         waypoint data is generally listed during the planning stage  and
  502.         since  these  data are already available it is convenient to use
  503.         them for calculating heading and distance information. In  addi-
  504.         tion  it  is    also  possible to calculate heading and distance
  505.         information from  Latitude/Longitude  data  over  a  rhumb  line
  506.         course. These programs do not parallel programs available within
  507.         typical LORAN-C units available today since those computer navi-
  508.         gation  features  calculate  from  measured  delays  at  present
  509.         position.
  510.         
  511.              Since the Navigation solutions are available it only seemed
  512.         logical  to include a Time/Speed/Distance function. The simplest
  513.         data entry scheme appeared to be the query for each entry with a
  514.         calculated result for the one not entered.
  515.         
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.         MARNAV                   Documentation                   Page- 2
  530.  
  531.  
  532.         MARNAV has a data base of thirteen files, one for  each  of  the
  533.         thirteen chains world wide. The Shareware version is distributed
  534.         with only one of these, the Great Lakes Chain (GRI  8970)  which
  535.         will  let  you  try all of the programs features. In addition to
  536.         these data files, one file is maintained to indicate the  Active
  537.         Chain  (The chain you are currently using). When you first bring
  538.         up MARNAV, it will read this active chain file and then the data
  539.         for  the  indicated  chain. It is necessary that the program and
  540.         all of the data files be kept in the same  directory  since  the
  541.         program  looks for its data files in whatever directory you were
  542.         in when you first brought up the program!
  543.         
  544.         The first screen gives the title and copyright data as well as a
  545.         message  indicating what Active GRI data has been loaded. At the
  546.         bottom of the screen is the main  menu.  You  will  be  able  to
  547.         return  to  this  menu from virtually anywhere in the program by
  548.         pressing the <HOME> key. In some cases you may also use the  <M>
  549.         key  as  indicated  on the screen at that time. Each of the menu
  550.         selections will be discussed below. Use the arrow keys  to  move
  551.         around  the  menu selections. When the blinking cursor is at the
  552.         end of any menu selection, the <RETURN>  key  will  select  that
  553.         menu choice.
  554.         
  555.                                    Section II
  556.         
  557.                                 LORAN >> LAT/LON-
  558.         
  559.         As  the  menu  suggests,  when you make this choice, the program
  560.         will convert Loran delay data  to  Latitude/Longitude  position.
  561.         You  may  enter  delay data for any two secondaries. The program
  562.         will not only calculate and report your Latitude/Longitude posi-
  563.         tion  but will also calculate the remaining secondary delays for
  564.         that position. This may at times be very useful since  secondar-
  565.         ies do fail and it may be necessary to choose another.
  566.         
  567.         A  number  of  comments  are in order at this point. Since Loran
  568.         positioning depends on the intersection of two Hyperbolic  delay
  569.         lines,  there  are two valid intersections with the same delays.
  570.         These are usually far enough apart so they do  not  confuse  the
  571.         user but the computer does not know which one you are interested
  572.         in and so may well calculate the other position. To avoid  this,
  573.         it  is  necessary  to  provide  the computer with an approximate
  574.         latitude and longitude position. Generally anything within a few
  575.         hundred  miles  is  close enough. (2 to 3 degrees) Those are the
  576.         numbers appearing at the top right of this  screen.  The  Active
  577.         GRI  and  these  numbers may be changed by pressing <END> in the
  578.         conversion routines, from the master menu or by using the utili-
  579.         ties and that will be discussed in a later section.
  580.         
  581.         Notice  that  the  Latitude/Longitude  data  is printed in three
  582.         formats: Degrees and decimal Degrees; Degrees, Minutes and deci-
  583.         mal Minutes; Degrees, Minutes, Seconds and decimal Seconds. This
  584.         is done since different charts and maps have grids given in  any
  585.         one of these three formats depending on the scale.
  586.         
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.         MARNAV                   Documentation                   Page- 3
  596.  
  597.  
  598.         In normal geographic position data,  West  Longitude  and  South
  599.         Latitude  are  negative  values.  In order to avoid the inconve-
  600.         nience of worrying about the sign of these numbers, the quadrant
  601.         data  near  the  top  center of the screen defines the quadrants
  602.         which are defined with positive values. For example, the  United
  603.         States  is in the North latitude quadrant and the West Longitude
  604.         quadrant. Consequently, these Lat/Lon numbers are given as posi-
  605.         tive  values.  The quadrants selected may also be changed in the
  606.         same way as are the approximate latitude and longitude by press-
  607.         ing the <END> key in the conversion routines.
  608.         
  609.         If  the entered delays are unrealistically far from the Approxi-
  610.         mate Lat/Lon entries you will get a message:
  611.         
  612.                  NO USEFUL SOLUTION-CHECK INPUT DATA". 
  613.                                                       Press  any  key to
  614.         return to the Main Menu.
  615.         
  616.         We will defer discussion of  the  "INCLUDED  CORRECTION"  column
  617.         until the Utilities are discussed in a later section.
  618.         
  619.                                    Section III
  620.         
  621.                                  LAT/LON >> LORAN
  622.         
  623.         This  menu choice lets you convert Lat/Lon data to Loran delays.
  624.         The Quadrant data and the Approximate Lat/Lon have already  been
  625.         discussed  in  the previous section. Also discussed in that sec-
  626.         tion were the three formats used for Lat/Lon data  output.  Data
  627.         may  also be input in any of these three formats and the compute
  628.         will calculate the remaining two forms. This is a useful feature
  629.         if  you  need  to  convert from one format to another when using
  630.         different scale charts.
  631.         
  632.         If you enter data as follows:
  633.                   42.62 it will be accepted as format 1
  634.         Format 2 may be entered in any of these ways:
  635.                   43/45.2 or 43:45.2 or 43,45.2 or 43 45.2
  636.         It does not matter if you type a , or a / or a space or a  colon
  637.         as the delimiter, on the screen each of these forms would appear
  638.         as 43/45.2.
  639.         
  640.         Format 3 allows the  same  delimiters  and  the  data  might  be
  641.         entered as follows:
  642.                  43/50/34.6 or 43:50:34.6 or 43,50,34.6 or 43 50 34.6
  643.         
  644.         As before, no matter how you enter it, on  the  screen  it  will
  645.         look like the first example 43/50/34.6.
  646.         
  647.         Once the Lat/Lon data is entered the Approximate Lat/Lon data is
  648.         temporarily changed to conform and the calculation is  completed
  649.         for all of the secondaries in the chain.
  650.         
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.         MARNAV                   Documentation                   Page- 4
  662.  
  663.  
  664.         CAUTION! JUST BECAUSE THE COMPUTER TELLS YOU WHAT THE DELAY  FOR
  665.         THAT POSITION WILL BE, IT MAY BE THAT YOU ARE SO FAR FROM A SEC-
  666.         ONDARY STATION THAT YOU MAY NOT BE ABLE TO RECEIVE IT!
  667.         
  668.         As mentioned in the previous section,  the  INCLUDED  CORRECTION
  669.         column will be discussed later.
  670.         
  671.                                    Section IV
  672.         
  673.                                 BEARING/DISTANCE
  674.         
  675.         The  Bearing/Distance  option  will  calculate  the heading from
  676.         point A to point B, it will give the distance in Nautical  miles
  677.         and  the  reciprocal  heading.  (The  heading  from B to A). The
  678.         points may be specified in either Lat/Lon or Loran  delays.  One
  679.         may defined in one way while the second is defined in the other.
  680.         If, when the cursor is at the LOP1 (Delay 1 or Line of  Position
  681.         1),  you  press  the  <ENTER>  key  the program assumes you will
  682.         specify the position in Lat/Lon coordinates. The cursor is  then
  683.         positioned on the ENTER LATITUDE line.
  684.         
  685.         If  you  enter either position in Loran delays the Lat/Lon posi-
  686.         tion is calculated; If,  however,  you  enter  the  position  in
  687.         Lat/Lon  coordinates,  the  Loran delays will not be calculated.
  688.         This section should require no further discussion.
  689.         
  690.                                    Section V
  691.         
  692.                               SPEED/TIME/DISTANCE
  693.         
  694.         Little  comment  is  required  for  this  choice.  The  computer
  695.         calculates the relationship between these three variables. Enter
  696.         any two and it will calculate the third.  Simply  press  <ENTER>
  697.         for  the  one  you  want the solution for. If the distance is in
  698.         Nautical miles, the speed given will be knots, or conversely  if
  699.         speed is entered in knots, calculated distance will be in nauti-
  700.         cal miles. IF speed is miles per hour distance will  be  statute
  701.         miles.
  702.         
  703.         If  time  is being calculated, the result is given in both Hours
  704.         and decimal hours as well as hours and minutes. If time is being
  705.         entered the same formats as discussed in Section III for degrees
  706.         and minutes, etc. hold for time, which may be entered in  hours,
  707.         minutes  and  seconds using the same delimiters of "/"  ","  ":"
  708.         or space.
  709.         
  710.                                    Section VI
  711.         
  712.                                    GRI UTILITIES
  713.         
  714.         The GRI Utilities allow you to enter data for a new Loran Chain,
  715.         let  you  edit all of the data for Loran Chains you already have
  716.         in files, provide an additional way to change  the  Initial  GRI
  717.         (The  GRI which comes up when you load the program), let you add
  718.         correction factors for each secondary and will  print  the  data
  719.         file for any Loran Chain.
  720.         
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.         MARNAV                   Documentation                   Page- 5
  728.  
  729.  
  730.         When you select the EDIT option you have the choice  of  editing
  731.         the data currently in memory, reading a new GRI file for edit or
  732.         starting over to enter a new Loran Chain.  Editing  is  straight
  733.         forward.  You  can  move  around the data screen using the arrow
  734.         keys. If you press the <ENTER> key the program accepts the entry
  735.         as  it  appears  on the screen. To edit a data entry, the entire
  736.         entry must be retyped. When you  have  finished  correcting  the
  737.         data  field,  press  <END> to return to the menu bar. If you are
  738.         satisfied with the field as it exists, you must move the  cursor
  739.         to  WRITE  FILE-,  press <ENTER> and the data will be written to
  740.         disk.
  741.         
  742.         If you selected the CHANGE GRI- option from the  EDIT  menu  the
  743.         new  data  will  replace the data you have been using so you can
  744.         edit that data and write it to the files. When you exit the EDIT
  745.         routines,  the  computer will automatically load the Initial GRI
  746.         file. 
  747.         
  748.         If you are entering data for a new  Loran  Chain,  latitude  and
  749.         longitude  data must be entered in the degree and decimal degree
  750.         mode only. Double check all of your entries carefully because an
  751.         error here produces erroneous output. When all the data has been
  752.         entered, write the data to disk using the WRITE FILE- option.
  753.         
  754.         When you want to change the Initial GRI, select that option from
  755.         the  Utilities  menu bar. The cursor will move to the upper left
  756.         portion of the screen. You then enter the new  GRI  designation,
  757.         along  with  the  Latitude  and  Longitude quadrants you will be
  758.         working in. (See Section II). When you press <ENTER>  after  the
  759.         longitude  quadrant  selection,  the  new GRI file will be read.
  760.         After that whenever you start the program, the data for the Ini-
  761.         tial GRI will be loaded automatically.
  762.         
  763.                                    SECTION VII
  764.         
  765.                                 CORRECTION FACTOR
  766.         
  767.         Loran  calculations and their accuracy depend on the propagation
  768.         velocity of radio waves. Unfortunately the propagation  velocity
  769.         is not the same over all types of terrain so the delay time to a
  770.         given point may be slightly different  than  it  is  to  another
  771.         point  whose  distance from the secondary station is exactly the
  772.         same. While the errors incurred are not large, they can lead  to
  773.         position errors of one quarter to one third of a mile.
  774.         
  775.         If  you  get  the exact geographic location of some fixed object
  776.         such as a bridge, a building or a point of land you  can  calcu-
  777.         late  the  theoretical  Loran  delays for that point. If you now
  778.         measure the actual delays to that point using a Loran, the  dif-
  779.         ference  between  the  calculated delays and the measured delays
  780.         can be entered as correction factors.
  781.         
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.         MARNAV                   Documentation                   Page- 6
  794.  
  795.  
  796.         These  correction  factors will be approximately correct for all
  797.         Loran data in the general area where they were determined. These
  798.         correction factors will have a negative value because the propa-
  799.         gation  velocity  of  radio  waves  is  decreased   by   surface
  800.         anomalies. These correction factors may be entered for each sec-
  801.         ondary using the editor in the GRI UTILITIES mode.  It  is  this
  802.         propagation  velocity problem that results in the Absolute Posi-
  803.         tion Error in Lorans even though Repeatable Accuracy may  be  as
  804.         little  as  50 feet. The correction factors help to resolve this
  805.         difficulty when precise positioning is important.
  806.         
  807.         Do not use the chart position of markers or  bouys  from  marine
  808.         charts  since  their  geographic position is often significantly
  809.         different from their position on the chart.  Land  based  points
  810.         whose  position  is  determined by surveys are more suitable for
  811.         calculating correction factors.
  812.         
  813.                                   Section VIII
  814.         
  815.                                HARD COPY-OFF or ON
  816.         
  817.         It is often convenient to have a hard copy of  your  conversions
  818.         or,  more  often, the calculations of heading and distance. This
  819.         is especially true when you are planning a boat cruise since you
  820.         can  plan your entire trip in the comfort of your home or office
  821.         and have a printout of the results. The HARD COPY OFF/ON  option
  822.         of  the  main  menu  toggles the printer on and off whenever the
  823.         cursor is positioned at this choice and you press <ENTER>. After
  824.         each  of your conversions or calculations, the results are auto-
  825.         matically printed.
  826.         
  827.         
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.         MARNAV                   Documentation                   Page- 7
  860.  
  861.  
  862.         
  863.         
  864.                            PROGRAM REGISTRATION
  865.         
  866.         
  867.         The    distribution of MARNAV.EXE by shareware vendors and other
  868.         distributors of user supported software  is  hereby  authorized.
  869.         MARNAV.EXE    is  copyrighted  software and is not placed in the
  870.         public domain but rather is entered in the Shareware  market  so
  871.         that potential users may insure that it meets their needs.
  872.         
  873.         The registration fee  for the program  is a only  $35.00.   Reg-
  874.         istered users will automatically receive  software  support  and
  875.         notice of any program enhancements. Any future new versions will
  876.         be made available to registered users for a nominal fee.
  877.         
  878.         PLEASE SHOW YOUR SUPPORT FOR THE SHAREWARE CONCEPT BY SUBMITTING
  879.         THE REGISTRATION FEE. WE ENCOURAGE YOU TO SHARE COPIES  OF  THIS
  880.         SOFTWARE  PLUS THE DOCUMENTATION FILE WITH OTHERS WHO MIGHT FIND
  881.         IT USEFUL.
  882.         
  883.         
  884.         ______________________________________________________________
  885.         
  886.         
  887.                                 Registration Form
  888.                                     MARNAV.EXE
  889.         
  890.         
  891.              Name ____________________________________________
  892.         
  893.         
  894.              Street __________________________________________
  895.         
  896.         
  897.              City/State ______________________________________
  898.         
  899.         
  900.             Please enclose the $35.00 registration fee and mail to:
  901.         
  902.                                 C & E Associates
  903.                                 119 Placid Drive
  904.                                  Fort Myers, FL
  905.                                       33919
  906.         
  907.                                         Thank you for your support,
  908.                                                 Ed Panner
  909.         
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.